home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / util2 / fdb1_4.rea < prev    next >
Text File  |  1996-02-22  |  1KB  |  45 lines

  1. Short:    Uses databases to locate files/dirs quickly
  2. Author:   Klaus Melchior <kmel@eifel.tng.oche.de>
  3. Uploader: Klaus Melchior <kmel@eifel.tng.oche.de>
  4. Version:  1.4
  5. Type:     util/cli
  6. Replaces: util/cli/FDB1_3.lha
  7.  
  8. UDB generates a database of your files at different places, e.g.  your
  9. hardisks, CD-ROMs, network machines, ...
  10.  
  11. FDB is able to scan this database to find dirs/files very fast.
  12.  
  13. LDB lists a database.
  14.  
  15. CDB converts databases.
  16.  
  17. Based on the same databases of FindDB, UpdateDB
  18. V2.1 (c) 1989 - 1992 by Larry Phillips & Martin Steppler,
  19. but enhanced:
  20.  
  21. - multi databases
  22. - path of databases defineable
  23. - preferences as env-variable
  24. - loads databases in parts
  25. - more commands
  26. - amiga style pattern
  27. - amiga template arguments
  28. - memory pools
  29.  
  30.  
  31. Changes since 1.3:
  32.  
  33. * path where to find the databases is defineable, but default is
  34.   'FindDB:'
  35. * size of buffer when loading a database is defineable, databases
  36.   can be loaded in parts
  37. * FDB with faster search routine
  38. * database path, buffer size & options can be stored in an
  39.   environment variable
  40. * new programm: CDB, to convert databases into ASCII and vice versa
  41. * avoid files during the UDB scan
  42. * LDB lists files matching a pattern
  43. * memory pools
  44. * bugs fixed
  45.